Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanue committed Aug 19, 2022
1 parent b8ccfdf commit df77338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion V2rayU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(MARKETING_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
1 change: 0 additions & 1 deletion V2rayU/V2rayCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class V2rayCore {
}

func check() {
UserDefaults.set(forKey: .xRayCoreVersion,value: "v1.5.4")
// 当前版本检测
let oldVersion = UserDefaults.get(forKey: .xRayCoreVersion) ?? V2rayCore.version
NSLog("check version", oldVersion)
Expand Down

0 comments on commit df77338

Please sign in to comment.